TParm
ActiveReports 8
DelegateCommand<TParm> Class
Members  See Also 
GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.Viewer.Common Namespace : DelegateCommand<TParm> Class

Glossary Item Box

DelegateCommand implementation

Object Model

DelegateCommand<TParm> Class

Syntax

Visual Basic (Declaration) 
Public Class DelegateCommand(Of TParm) 
   Implements ICommandIDelegateCommand 
C# 
public class DelegateCommand<TParm> : ICommandIDelegateCommand  

Type Parameters

TParm

Inheritance Hierarchy

System.Object
   GrapeCity.Viewer.Common.DelegateCommand<TParm>
      GrapeCity.Viewer.Common.DelegateCommand

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also